3.546 \(\int \frac{1}{(c+a^2 c x^2) \tan ^{-1}(a x)^2} \, dx\)

Optimal. Leaf size=14 \[ -\frac{1}{a c \tan ^{-1}(a x)} \]

[Out]

-(1/(a*c*ArcTan[a*x]))

________________________________________________________________________________________

Rubi [A]  time = 0.0246541, antiderivative size = 14, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.053, Rules used = {4884} \[ -\frac{1}{a c \tan ^{-1}(a x)} \]

Antiderivative was successfully verified.

[In]

Int[1/((c + a^2*c*x^2)*ArcTan[a*x]^2),x]

[Out]

-(1/(a*c*ArcTan[a*x]))

Rule 4884

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)/((d_) + (e_.)*(x_)^2), x_Symbol] :> Simp[(a + b*ArcTan[c*x])^(p +
 1)/(b*c*d*(p + 1)), x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[e, c^2*d] && NeQ[p, -1]

Rubi steps

\begin{align*} \int \frac{1}{\left (c+a^2 c x^2\right ) \tan ^{-1}(a x)^2} \, dx &=-\frac{1}{a c \tan ^{-1}(a x)}\\ \end{align*}

Mathematica [A]  time = 0.0034184, size = 14, normalized size = 1. \[ -\frac{1}{a c \tan ^{-1}(a x)} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((c + a^2*c*x^2)*ArcTan[a*x]^2),x]

[Out]

-(1/(a*c*ArcTan[a*x]))

________________________________________________________________________________________

Maple [A]  time = 0.055, size = 15, normalized size = 1.1 \begin{align*} -{\frac{1}{ac\arctan \left ( ax \right ) }} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a^2*c*x^2+c)/arctan(a*x)^2,x)

[Out]

-1/a/c/arctan(a*x)

________________________________________________________________________________________

Maxima [A]  time = 1.00949, size = 19, normalized size = 1.36 \begin{align*} -\frac{1}{a c \arctan \left (a x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a^2*c*x^2+c)/arctan(a*x)^2,x, algorithm="maxima")

[Out]

-1/(a*c*arctan(a*x))

________________________________________________________________________________________

Fricas [A]  time = 1.60263, size = 30, normalized size = 2.14 \begin{align*} -\frac{1}{a c \arctan \left (a x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a^2*c*x^2+c)/arctan(a*x)^2,x, algorithm="fricas")

[Out]

-1/(a*c*arctan(a*x))

________________________________________________________________________________________

Sympy [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: TypeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a**2*c*x**2+c)/atan(a*x)**2,x)

[Out]

Exception raised: TypeError

________________________________________________________________________________________

Giac [A]  time = 1.15975, size = 19, normalized size = 1.36 \begin{align*} -\frac{1}{a c \arctan \left (a x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a^2*c*x^2+c)/arctan(a*x)^2,x, algorithm="giac")

[Out]

-1/(a*c*arctan(a*x))